home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir39 / doscid63.zip / README.CID < prev    next >
Text File  |  1994-03-15  |  5KB  |  141 lines

  1.  
  2.    Contents:
  3.  
  4.    How to install the PC DOS 6.3 CID Install Utility (USETUP)
  5.    Creating a Pristine Install Diskette
  6.    Partitioning the hard file using the Pristine Install Diskettes
  7.    Running DOSDISK from OS/2
  8.    "Incorrect DOS version" or "File not found" messages
  9.  
  10.  
  11.  
  12. ##########################################################################
  13.  
  14.  
  15. How to install the PC DOS 6.3 CID Install Utility (USETUP):
  16.  
  17. 1) Get the PC DOS 6.3 package and do an admin install (setup /a) to
  18.    a directory on the code server.
  19.  
  20. 2) Copy the files from the PC DOS 6.3 CID Install Utility to the same
  21.    directory as the one used in step 1.  These file should be copied:
  22.    USETUP.COM, USETUP1.OVL, USETUP2.OVL, USETUP.INI, SAMPLE.RSP,
  23.    README.CID, DOSDISK.COM, and DOSDISK.INI.
  24.  
  25. 3) Copy the SAMPLE.RSP file to another file name (ex. cid01.rsp).
  26.    SAMPLE.RSP is a response file which is configured to do a base
  27.    install without any optional tools.
  28.  
  29. 4) Edit the new response file (cid01.rsp), and make changes to customize
  30.    your install.
  31.  
  32. 5) Run USETUP, using any desired parameters (ex. usetup /r:cid01.rsp),
  33.    from the client machine on which you want to install PC DOS 6.3.
  34.  
  35.  
  36. ##########################################################################
  37.  
  38.  
  39. Creating a Pristine Install Diskette:
  40.  
  41. 1) Make sure that the DOSDISK.COM and DOSDISK.INI files are in the same
  42.    directory on the code server as all the other PC DOS 6.3 files.
  43.  
  44. 2) DOSDISK can be run from a DOS workstation or from a virtual DOS
  45.    session on OS/2.  The DOS workstation needs to be version 4.0 or later.
  46.    If you are running DOSDISK from OS/2 you will need to make changes
  47.    to the settings of the virtual DOS session.  See the section "Running
  48.    DOSDISK from OS/2" in this file for more information.
  49.  
  50. 3) DOSDISK requires two parameters, the drive to create the diskette in
  51.    and the directory containing the version of DOS that is running on
  52.    the machine (ex. dosdisk a: c:\dos).
  53.  
  54. 4) When prompted to format another diskette, press N.
  55.  
  56.  
  57.  
  58. Note:  The DOSDISK.INI file contains the DOS files that are to be copied
  59.        to the pristine diskette.  All of the files must be in the same
  60.        directory as the DOSDISK program.  This should be the PC DOS 6.3
  61.        directory on the code server.
  62.  
  63.        DOSDISK does allow a third parameter.  This third parameter allows
  64.        the user to specify another file which contains a list of additional
  65.        files to copy to the diskette.  The lines in the file are appended
  66.        to the copy command and executed.  If only one filename is specified
  67.        on the line, the file is copied to the destination diskette with
  68.        the same name.  If a second file name is specified on the line then
  69.        the file is copied to the destination diskette with that name.
  70.        The format is as follows:
  71.  
  72.        Copy list file format:
  73.        ----------------------
  74.        c:\readme.doc
  75.        g:\dos63\autoexec.new    autoexec.bat
  76.  
  77.  
  78. ##########################################################################
  79.  
  80.  
  81. Partitioning the hard file using the Pristine Install Diskettes:
  82.  
  83. If you want to partition the hard file and you are using the Pristine
  84. Install Diskettes make sure to use the FDISK function from the startup
  85. menu.  When the Pristine Diskette boots, select menu option 1 and partition
  86. the hard file.  The system will then reboot.  When the menu appears again
  87. you can format the partitions, option 2, or go ahead and load the NVDM
  88. driver, option 3, and continue with the CID installations.
  89.  
  90.  
  91. ##########################################################################
  92.  
  93.  
  94. Running DOSDISK from OS/2:
  95.  
  96. 1) Before opening the virtual DOS session (full screen or window), open
  97.    the session settings by clicking the right mouse button on the icon,
  98.    selecting Open and then Settings.
  99.  
  100. 2) Select the Session page and open the DOS Settings.
  101.  
  102. 3) Select DOS_VERSION setting and add these programs to the Values:
  103.  
  104.            FORMAT.COM,6,30,255
  105.            DOSDISK.COM,6,30,255
  106.            ATTRIB.EXE,6,30,255
  107.  
  108. 4) After you have added the programs, select Save.  Then close the Settings
  109.    window.
  110.  
  111. 5) Now DOSDISK.COM can be run from this virtual DOS session.  Start the
  112.    session, change to the directory containing the PC DOS 6.3 files, and
  113.    you are ready to run DOSDISK.
  114.  
  115.  
  116. #########################################################################
  117.  
  118.  
  119. "Incorrect DOS version" or "File not found" messages:
  120.  
  121.    If you are receiving these messages when trying to execute DOS commands
  122. and you are running DLR, then your path may not have been modified correctly.
  123. Use the DOS E Editor to look at your AUTOEXEC.BAT file by typing:
  124. "e c:\autoexec.bat" from your PC DOS 6.3 directory.  Find the PATH statement
  125. and check to see if your new PC DOS 6.3 directory is one of the directories
  126. listed after the equals sign ( PATH=C:\DOS;.....).  If it is not listed then
  127. you need to add it to the path.  Insert it in the line immediately after
  128. the equals sign and make sure to put a semi-colon after it.
  129.  
  130. example:     PATH=C:\DOS63;C:\BIN;....
  131.                   ^^^^^^^^^
  132.  
  133. Press <F4> to save any changes, or <F3> if no changes were neccessary.
  134.  
  135.  
  136. ##########################################################################
  137.  
  138.  
  139.  
  140.  
  141.